PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPath Class
Methods


In This Topic
    PDFPath Class Members
    In This Topic

    The following tables list the members exposed by PDFPath.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new PDFPath object.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an arc to path.  
    Public MethodAdds a cubic Bezier curve to current sub-path.  
    Public MethodAdds a cubic Bezier curve to current sub-path.
    The positions are relative to current path point.  
    Public MethodAdds an ellipse to path.  
    Public MethodAdds a line at the end of current sub-path.  
    Public MethodAdds a line at the end of current sub-path.
    The position is relative to current path point.  
    Public MethodAdds a path at the end of current path.  
    Public MethodAdds a series of connected Bezier curves to current sub-path.  
    Public MethodAdds a polygon to path.  
    Public MethodAdds a series of connected lines at the end of current sub-path.  
    Public MethodAdds a rectangle to path.  
    Public MethodAdds a rounded rectangle to path.  
    Public MethodCloses the current sub-path.  
    Public MethodGets the path bounds.  
    Public MethodGets the current point on the path.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodCreates a new sub-path at the given position.  
    Public MethodCreates a new sub-path at the given position.
    The start position is relative to current path point.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also